Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Logz.io with Datadog #74

Draft
wants to merge 5 commits into
base: stable
Choose a base branch
from
Draft

Replace Logz.io with Datadog #74

wants to merge 5 commits into from

Conversation

RealistikDash
Copy link
Member

@RealistikDash RealistikDash commented Mar 27, 2024

Implement Datadog support for RealistikGDPS.

Key features

  • Datadog must be optional (opt-in)
  • All logs must be sent to Datadogs
  • Add some basic custom stats to Datadog, such as:
    • User registrations
    • Level uploads
    • HTTP requests

@RealistikDash RealistikDash added enhancement New feature or request help wanted Extra attention is needed labels Apr 8, 2024
@@ -7,13 +7,15 @@ run:
redis \
mysql \
meilisearch \
datadog \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to run the agent if we have it disabled?

Copy link
Collaborator

@tsunyoku tsunyoku Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, but its a PITA to conditionally run in this way. my honest suggestion would be that the DD agent should be up to the person running the server since the provided configuration is more than enough but i imagine you don't want this

realistikgdps

run-bg:
docker-compose up -d \
redis \
mysql \
meilisearch \
datadog \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Logz.io with DataDog.
2 participants